Help.

ok so basically: im gonna fill this with robloscripting goodness... if i dont get swept up in artfight and life. btw me, this fills up sideways. you'll see what i mean.

Child ----------- Thing connected to this thing.
Parent ----------- Thing this thing is connected to.
WeldConstraint ----------- Forces two BasePart objects (e.g., Parts, Meshes) to stick together
~= ----------- Not ___(word to the right of it)
ServerScriptService Where general scripts go that affect everyone
-- This before a line of code means to ignore that code; pretty much use it as a comment in the script.
local Make a new variable.
do starts a loop
end ends a loop
for j=1,x comes before "do" to say the loop happens x amount of times.
Child Child
Child Child

To learn more HTML/CSS, check out these tutorials!

Scripts I stole from Studio Lite

  • TweenMoveScript
  • Insert this part inside an anchored part to move it back and forth. Edit variables in the script to adjust speed and distance. This can be used to push players off a platform, or as a moving obstacle.
  • TweenMoveScript
  • Insert this part inside an anchored part to move it back and forth. Edit variables in the script to adjust speed and distance. This can be used to push players off a platform, or as a moving obstacle.
  • TweenMoveScript
  • Insert this part inside an anchored part to move it back and forth. Edit variables in the script to adjust speed and distance. This can be used to push players off a platform, or as a moving obstacle.